{ "version": 4, "terraform_version": "1.6.0", "serial": 405, "lineage": "6c3815d9-5e41-60b7-dab1-78568dc3cc5e", "outputs": { "db_endpoint": { "value": "db-3.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-c0df0697ba0cad40f", "ami": "ami-5e41476e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e041c7aa"], "subnet_id": "subnet-51397c0c", "key_name": "prod-deploy-key" } } ] } ] }