{ "version": 4, "terraform_version": "1.5.0", "serial": 184, "lineage": "cd735662-f51e-9d2c-f16b-8b743c35213e", "outputs": { "db_endpoint": { "value": "db-2.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-cc200073770350eb9", "ami": "ami-f21e09aa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-434040c2"], "subnet_id": "subnet-ad2a2a83", "key_name": "prod-deploy-key" } } ] } ] }