{ "version": 4, "terraform_version": "1.5.2", "serial": 341, "lineage": "f39844a0-d7e5-0ce8-b4d6-1d1035a66bc5", "outputs": { "db_endpoint": { "value": "db-3.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-a487c435021b0a5a4", "ami": "ami-7f831a1b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d430925c"], "subnet_id": "subnet-9dd2a77b", "key_name": "prod-deploy-key" } } ] } ] }