{ "version": 4, "terraform_version": "1.7.3", "serial": 561, "lineage": "9815ddc4-d2e9-56bc-4914-39141a0b20d3", "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-e20a971c3d930da4c", "ami": "ami-cc26ce45", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8907bbb1"], "subnet_id": "subnet-4ab28383", "key_name": "prod-deploy-key" } } ] } ] }