{ "version": 4, "terraform_version": "1.5.5", "serial": 561, "lineage": "d3ce9c9f-a127-dee8-3550-961fcc576778", "outputs": { "db_endpoint": { "value": "db-4.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-ffadddc07c1d1062a", "ami": "ami-199f7dfe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a50e1107"], "subnet_id": "subnet-65645be1", "key_name": "prod-deploy-key" } } ] } ] }