{ "version": 4, "terraform_version": "1.6.7", "serial": 341, "lineage": "653668de-cd3b-d9cd-922d-4130759ed4f6", "outputs": { "db_endpoint": { "value": "db-0.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-0e77ce0f42bcabb4e", "ami": "ami-94aacdca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-30063c97"], "subnet_id": "subnet-1c908fee", "key_name": "prod-deploy-key" } } ] } ] }