{ "version": 4, "terraform_version": "1.5.4", "serial": 543, "lineage": "5b2dc194-d0b1-2a8f-3ff1-b296916c9ed4", "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-f0412245e9cd5024b", "ami": "ami-db3c85aa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a987a270"], "subnet_id": "subnet-052702b4", "key_name": "prod-deploy-key" } } ] } ] }