{ "version": 4, "terraform_version": "1.6.0", "serial": 436, "lineage": "97cbbe38-d6fd-b3f6-2ed4-c263c65d9ac9", "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-a5fc8c955747dfc01", "ami": "ami-ead88b07", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-82612474"], "subnet_id": "subnet-4e354bfd", "key_name": "prod-deploy-key" } } ] } ] }