{ "version": 4, "terraform_version": "1.6.2", "serial": 324, "lineage": "1d0ff92c-4b76-4d7f-9277-11f981815157", "outputs": { "db_endpoint": { "value": "db-1.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-a35b9d1c82f0baefa", "ami": "ami-e1be3a38", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-86989384"], "subnet_id": "subnet-f9187802", "key_name": "prod-deploy-key" } } ] } ] }