{ "version": 4, "terraform_version": "1.7.6", "serial": 363, "lineage": "3abc9b9d-bd22-5546-9c24-7fcdeb4500f1", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-ba0b37c8cbdf766d1", "ami": "ami-7cbd82e6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-57ede7fe"], "subnet_id": "subnet-20d4b618", "key_name": "prod-deploy-key" } } ] } ] }