{ "version": 4, "terraform_version": "1.6.0", "serial": 506, "lineage": "783d53f6-2260-c029-40f1-8eff0bd7ecc4", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.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-2f5fe40c51fdda376", "ami": "ami-18de77c8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a69dd292"], "subnet_id": "subnet-66a378e5", "key_name": "prod-deploy-key" } } ] } ] }