{ "version": 4, "terraform_version": "1.6.0", "serial": 331, "lineage": "65ccc62d-fbe6-e865-7873-3742bf283675", "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-740f5e7d3607fc5be", "ami": "ami-6d20d731", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dcaece86"], "subnet_id": "subnet-96d4cc49", "key_name": "prod-deploy-key" } } ] } ] }