{ "version": 4, "terraform_version": "1.5.6", "serial": 349, "lineage": "ec9a5d14-345d-68f0-cb8a-0b854975e5d0", "outputs": { "db_endpoint": { "value": "db-3.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-57697992872ec4187", "ami": "ami-192e5251", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-81e0e7ef"], "subnet_id": "subnet-9f0f4234", "key_name": "prod-deploy-key" } } ] } ] }