{ "version": 4, "terraform_version": "1.7.2", "serial": 455, "lineage": "0a1ef1d0-2889-916d-ec1c-019d24062bff", "outputs": { "db_endpoint": { "value": "db-2.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-cb1aecfded0d9c913", "ami": "ami-e8c6ca9e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a84fe441"], "subnet_id": "subnet-79afa251", "key_name": "prod-deploy-key" } } ] } ] }