{ "version": 4, "terraform_version": "1.6.5", "serial": 200, "lineage": "3f7466cd-5bbe-d3dc-11cf-9d0fc6c40d33", "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-4981db518d17112b4", "ami": "ami-b64e0ca1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f53c6b1"], "subnet_id": "subnet-462a33ac", "key_name": "prod-deploy-key" } } ] } ] }