{ "version": 4, "terraform_version": "1.8.3", "serial": 433, "lineage": "b1a5b718-59db-9d6d-e994-bcd276678b40", "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-55d802ec2e95090ff", "ami": "ami-529b7005", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0e1e35e4"], "subnet_id": "subnet-757bbda2", "key_name": "prod-deploy-key" } } ] } ] }