{ "version": 4, "terraform_version": "1.5.5", "serial": 257, "lineage": "0d2c0d70-1cd1-3a05-e115-8b01f7d86c12", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-332d070e512a6bd88", "ami": "ami-d11a6ae6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6d0d104a"], "subnet_id": "subnet-8a6bdd41", "key_name": "prod-deploy-key" } } ] } ] }