{ "version": 4, "terraform_version": "1.5.6", "serial": 434, "lineage": "6dd2a5cb-1b87-df9e-b525-5867e258c076", "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-5ae90b3278ee127c4", "ami": "ami-530ae2e4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e0b0f90b"], "subnet_id": "subnet-95df935c", "key_name": "prod-deploy-key" } } ] } ] }