{ "version": 4, "terraform_version": "1.5.3", "serial": 559, "lineage": "700b04f3-3e41-d0d2-07a3-81cd80c04e72", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-727b7cd6f3054bc47", "ami": "ami-910f61d4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7fc863a1"], "subnet_id": "subnet-395fc63d", "key_name": "prod-deploy-key" } } ] } ] }