{ "version": 4, "terraform_version": "1.6.5", "serial": 304, "lineage": "2695bc26-449b-4631-50ae-b2c6bbd60965", "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-adf3eeb9f3fcc2861", "ami": "ami-03d9848d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e4e633d8"], "subnet_id": "subnet-6980872d", "key_name": "prod-deploy-key" } } ] } ] }