{ "version": 4, "terraform_version": "1.8.2", "serial": 461, "lineage": "ef7bc788-2e3b-3968-9b59-239be8900926", "outputs": { "db_endpoint": { "value": "db-2.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-68b8addc04ec4e43e", "ami": "ami-07801dba", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-57a80135"], "subnet_id": "subnet-09fba14f", "key_name": "prod-deploy-key" } } ] } ] }